home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / delay014.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  88 lines

  1. Short:    DeliAY 0.14 for DeliTracker 2.14+
  2. Author:   rak@dolni.ms.mff.cuni.cz (Patrik Rak)
  3. Uploader: kunath@informatik.uni-muenchen.de (Peter Kunath)
  4. Type:     mus/play
  5.  
  6. Note: Please read DeliAY013a.readme first if you are new to DeliAY.
  7.  
  8. What's new
  9. ==========
  10.  
  11. This is new release of DeliAY. The DeliPlayer itself didn't changed to
  12. much, except that it now finally displays subsong names (which was not
  13. possible before, until I forced Peter Kunath to implement this in DT :-)
  14.  
  15. The really new part are the ZXAYSTRC and ZXAYST11 AYPlayers, which allow
  16. replaying tunes from the famous (Polish, I think) SoundTracker 1.1 for ZX
  17. Spectrum. The first one is the version which plays tunes compiled by my
  18. compiler/compressor, so I do not suppose that it will be very useful for
  19. you; the latter is for the original file format produced by the ST11. Here
  20. is the header which you can use to convert your ST songs to format playable
  21. by ZXAYST11 player:
  22.  
  23.     incdir    'includes:'
  24.     include    misc/AYPlayer.i
  25.     incdir    ''
  26. b
  27.     AYMODHEADER    ST11
  28.     dc.w    0        ;no internal player
  29.     dc.w    0        ;unknown creator
  30.     dc.w    0        ;no misc info
  31.     dc.b    1-1        ;how many songs
  32.     dc.b    0        ;which should start first
  33.     dc.w    songdata-*
  34.  
  35. songdata    dc.w    name1-*
  36.     dc.w    data1-*
  37.  
  38. name1    dc.b    'Some ST11 Song',0
  39.     even
  40.     
  41. data1    dc.b    0,1,2,3        ;channel assignement
  42.     dc.w    0        ;fade offset
  43.     dc.b    0,50        ;fade len
  44.     incbin    dh2:deliay/tmp/yourdata.dat
  45. e
  46.  
  47. After compiling save binary from b to e. See dev/ZXAYST11.S for more
  48. detailed info about the header format.
  49.  
  50.  
  51. The other new thing is the huge amount of songs for EMUL and ST11 players.
  52.  
  53. For the songs for the EMUL player we all must thank to Alastair Booker (big
  54. applause!!!), who encourages me every once in a while and who spent lot
  55. of time ripping these tunes. Thank him.
  56.  
  57. The ST songs I have got from Slavo Labsky (BusySoft), but I have put them
  58. in incomming so far since I just appended simple ST11 header and didn't
  59. took much care of them.
  60.  
  61. Contact addresses
  62. =================
  63.  
  64. Send all new AY Players, AY tunes, bug reports, questions or suggestions to
  65. the following addresses:
  66.  
  67. Internet: prak3264@barbora.mff.cuni.cz (school)
  68. FIDO: 2:420/24.7 (home)
  69. FIDO via Inet Gate: p7.f24.n420.z2@fidonet.org
  70.  
  71. or (in worst case)
  72.  
  73. Patrik Rak
  74. Fantova 1796/4
  75. Praha 5
  76. 150 00
  77. Czech Republic
  78.  
  79. Also, if you think I did good job, you can send me any amount of money you
  80. want (well, you can send them even if you do not think so :-). Or at least
  81. send me a mail that you appreciate it. The more people will react, the more
  82. work I will put in PlayAY in the future...
  83.  
  84.  
  85. That's all.
  86.  
  87. Patrik
  88.